Tiny AWK - определение. Что такое Tiny AWK
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Tiny AWK - определение

DATA-DRIVEN PROGRAMMING LANGUAGE MADE BY ALFRED AHO, PETER WEINBERGER AND BRIAN KERNIGHAN
Awk; Awk programming language; Awk language; Nawk; AWK programming language; Awk (language); AWK (programming language); GNU Awk; GNU awk; Gawk (GNU package); GAWK; Tawk; One true AWK; One True AWK; One true awk
  • thumb
Найдено результатов: 212
AWK         

AWK (awk) is a domain-specific language designed for text processing and typically used as a data extraction and reporting tool. Like sed and grep, it is a filter, and is a standard feature of most Unix-like operating systems.

The AWK language is a data-driven scripting language consisting of a set of actions to be taken against streams of textual data – either run directly on files or used as part of a pipeline – for purposes of extracting or transforming text, such as producing formatted reports. The language extensively uses the string datatype, associative arrays (that is, arrays indexed by key strings), and regular expressions. While AWK has a limited intended application domain and was especially designed to support one-liner programs, the language is Turing-complete, and even the early Bell Labs users of AWK often wrote well-structured large AWK programs.

AWK was created at Bell Labs in the 1970s, and its name is derived from the surnames of its authors: Alfred Aho, Peter Weinberger, and Brian Kernighan. The acronym is pronounced the same as the bird auk, which is on the cover of The AWK Programming Language. When written in all lowercase letters, as awk, it refers to the Unix or Plan 9 program that runs scripts written in the AWK programming language.

awk         
1. <tool, language> (Named from the authors' initials) An interpreted language included with many versions of Unix for massaging text data, developed by Alfred Aho, Peter Weinberger, and Brian Kernighan in 1978. It is characterised by C-like syntax, declaration-free variables, associative arrays, and field-oriented text processing. There is a GNU version called gawk and other varients including bawk, mawk, nawk, tawk. Perl was inspired in part by awk but is much more powerful. Unix manual page: awk(1). {netlib WWW (http://plan9.att.com/netlib/research/index.html)}. {netlib FTP (ftp://netlib.att.com/netlib/research/)}. ["The AWK Programming Language" A. Aho, B. Kernighan, P. Weinberger, A-W 1988]. 2. <jargon> An expression which is awkward to manipulate through normal regexp facilities, for example, one containing a newline. [Jargon File] (1995-10-06)
GNU awk         
AWK         
al Aho, peter Weinberger, brian Kernighan (Reference: Unix)
Nawk         
New AWK. AT&T. Pattern scanning and processing language. An enhanced version of AWK, with dynamic regular expressions, additional built-ins and operators, and user-defined functions.
TAWK         
Awk         
·adj Odd; out of order; perverse.
II. Awk ·adv Perversely; in the wrong way.
III. Awk ·adj Clumsy in performance or manners; unhandy; not dexterous; awkward.
IV. Awk ·adj Wrong, or not commonly used; clumsy; sinister; as, the awk end of a rod (the but end).
80 Million Tiny Images         
COMPUTER VISION DATASET
80 million tiny images; Tiny Images dataset
80 Million Tiny Images is a dataset intended for training machine learning systems. It contains 79,302,017 32×32 pixel color images, scaled down from images extracted from the World Wide Web in 2008 using automated web search queries on a set of 75,062 non-abstract nouns derived from WordNet.
Tiny Parham         
CANADIAN MUSICIAN
Tiny parham
Hartzell Strathdene "Tiny" Parham (February 25, 1900 – April 4, 1943) was a Canadian-born American jazz bandleader and pianist of African-American descent.
Tiny Troopers: Joint Ops         
2014 VIDEO GAME
Tiny Troopers: Joint Ops DX
Tiny Troopers: Joint Ops is a twin-stick shooter video game for PlayStation 3, PlayStation 4, PlayStation Vita, and Xbox One. Based on mobile and PC games originally developed by Kukouri Mobile Entertainment, Tiny Troopers: Joint Ops was ported by Plunge Interactive for Sony consoles and by Epiphany Games for the Xbox One, and published by Wired Productions.

Википедия

AWK

AWK (awk) is a domain-specific language designed for text processing and typically used as a data extraction and reporting tool. Like sed and grep, it is a filter, and is a standard feature of most Unix-like operating systems.

The AWK language is a data-driven scripting language consisting of a set of actions to be taken against streams of textual data – either run directly on files or used as part of a pipeline – for purposes of extracting or transforming text, such as producing formatted reports. The language extensively uses the string datatype, associative arrays (that is, arrays indexed by key strings), and regular expressions. While AWK has a limited intended application domain and was especially designed to support one-liner programs, the language is Turing-complete, and even the early Bell Labs users of AWK often wrote well-structured large AWK programs.

AWK was created at Bell Labs in the 1970s, and its name is derived from the surnames of its authors: Alfred Aho, Peter Weinberger, and Brian Kernighan. The acronym is pronounced the same as the name of the bird species auk, which is illustrated on the cover of The AWK Programming Language. When written in all lowercase letters, as awk, it refers to the Unix or Plan 9 program that runs scripts written in the AWK programming language.